home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / alaskan-adversary.swf / scripts / frame_150 / PlaceObject3_1529_219 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2008-09-11  |  579 b   |  22 lines

  1. onClipEvent(load){
  2.    movespeed = 7;
  3.    var grav = 0;
  4.    var speed = 0;
  5.    var jumpHeight = 12;
  6.    var setspeed = speed;
  7.    var scale = _xscale;
  8.    var ex = 5;
  9.    var xvel = 0;
  10.    var yvel = 0;
  11.    var jumping = 0;
  12.    var maxspeed = 10;
  13.    attack1 = function()
  14.    {
  15.       if(this._currentframe != 20 && this._currentframe != 10 && this._currentframe != 15 && _root.char._currentframe != 45 && this._currentframe != 30 && this._currentframe != 35 && this._currentframe != 40)
  16.       {
  17.          this.gotoAndStop("attack_1");
  18.          attack = 1;
  19.       }
  20.    };
  21. }
  22.